| Einhugur Word Component for Buoy |
|
DocumentItem.InsertParagraphAfter Method
Inserts paragraph after this document item.

InsertParagraphAfter(
value
as String)
as Paragraph
Parameters
- value
- Text value for the first run in the paragraph.
Returns
- Paragraph
- The newly created paragraph.
Remarks
One Run object is created for you also when inserting new paragraph.
See Also
DocumentItem Abstract Class